services.drupal.sites.<name>.poolConfig

Options for the Drupal PHP pool. See the documentation on php-fpm.conf for details on configuration directives.

Type
attribute set of (string or signed integer or boolean)
Default
{
  pm = "dynamic";
  "pm.max_children" = 32;
  "pm.max_requests" = 500;
  "pm.max_spare_servers" = 4;
  "pm.min_spare_servers" = 2;
  "pm.start_servers" = 2;
}
Declared
<nixpkgs/nixos/modules/services/web-apps/drupal.nix>